Problem Note 55084: Failure to create Shared Data Mart after upgrade in place (UIP) results in "ERROR: The following libref statement failed: libname RSKIN"
After an upgrade in place (UIP) of the SAS® Asset and Liability Management of SAS® Risk Management for Banking by adding one or more additional components (for example: SAS® Credit Risk for Banking, SAS® Market Risk for Banking, and SAS® Firmwide Risk for Banking), there is a failure to create the Shared Data Mart.
During configuration in the deployment process, the step that generates the environment for each added component is not executed. Therefore, the environment for each added component is not created under indata/rd_env. The lack of environments for the new components causes errors like the following when you attempt to create the Shared Data Mart in the user interface (UI):
RD config tables for component CREDIT are from config version id: CREDIT_SAMPLE
NOTE: Library RSKIN does not exist.
ERROR: The following libref statement failed: libname RSKIN
"C:\SASCONFIG\Lev1\AppData\SASRiskManagementForBanking\3.2\indata/rd_env/credit".
ERROR: Error occurred executing SAS code rsk_init.lua:137: rsk_libname_statement_failure
%rsk_report_error(error=rsk_init.lua:137: rsk_libname_statement_failure);
ERROR: Lua function rmb.create_shared_edm() ended in error:
ERROR: rsk_init.lua:137: rsk_libname_statement_failure
ERROR:
stack traceback:
[C]: in function 'my_error'
rsk_init.lua:137: in function 'error'
rsk.lua:133: in function 'submit1'
rsk.lua:158: in function 'submit'
rmb_entity_data_mart.lua:77: in function <rmb_entity_data_mart.lua:71>
...
The workaround is to run the portion of the batch macro %create_solution_data_mart that defines and creates the environment files for the newly added components:
options insert = ( sasautos =
"%rsk_get_source_dir(component=common)/solution_data_mart" );
%create_rd_environments(
out_dir=&soln_data_mart_dir./rd_env,
rsk_env_src_dir=%rsk_get_source_dir(component=common)/solution_data_mart/env_rsk,
rmb_env_src_dir=%rsk_get_source_dir(component=common)/solution_data_mart/env_rmb,
alm_env_src_dir=%rsk_get_source_dir(component=alm)/solution_data_mart/env_alm,
cra_env_src_dir=%rsk_get_source_dir(component=crisk)/solution_data_mart/env_cra,
fra_env_src_dir=%rsk_get_source_dir(component=firmwide)/solution_data_mart/env_fra,
mra_env_src_dir=%rsk_get_source_dir(component=market)/solution_data_mart/env_mra,
fca_c_lib_nm=&fca_c_lib_nm.,
fea_c_lib_nm=&fea_c_lib_nm.,
run_tps_fincad_flag=&run_tps_fincad_flag.,
run_tps_fea_flag=&run_tps_fea_flag.,
env_name=all );
You can pass an argument to the parameter
env_name
in order to specify which environment files need to be created, so that other environments are not overwritten when the argument 'all' is used.
Operating System and Release Information
SAS System | SAS Risk Management for Banking | Microsoft® Windows® for x64 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows 8 Enterprise 32-bit | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows 8 Enterprise x64 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows 8 Pro 32-bit | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows 8 Pro x64 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows 8.1 Enterprise 32-bit | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows 8.1 Enterprise x64 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows 8.1 Pro | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows 8.1 Pro 32-bit | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows Server 2008 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows Server 2008 R2 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows Server 2008 for x64 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows Server 2012 Datacenter | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows Server 2012 R2 Datacenter | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows Server 2012 R2 Std | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Microsoft Windows Server 2012 Std | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Windows 7 Enterprise 32 bit | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Windows 7 Enterprise x64 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Windows 7 Home Premium 32 bit | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Windows 7 Home Premium x64 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Windows 7 Professional 32 bit | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Windows 7 Professional x64 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Windows 7 Ultimate 32 bit | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Windows 7 Ultimate x64 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
64-bit Enabled AIX | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
64-bit Enabled Solaris | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Linux for x64 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
Solaris for x64 | 3.2_M1 | 3.3 | 9.4 TS1M2 | 9.4 TS1M2 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Topic: | Analytics ==> Financial Analysis
|
Date Modified: | 2015-03-05 09:02:21 |
Date Created: | 2015-01-28 09:15:27 |